null argument meaning in Chinese
空变元
Examples
- For errors caused by null arguments , see
有关空参数引起的错误,请参见 - String is used in place of any null argument
字符串替代任何空参数。 - In non - debug builds , both functions just test for a non - null argument
在非调试版本中,两个函数都仅测试非null参数。 - The following code example shows a property that throws an exception if the caller passes a null argument
下面的代码示例演示一个属性,该属性在调用方传递一个空参数时引发异常。 - It is provided so application code can differentiate between exceptions caused by null arguments and exceptions caused by arguments that are not null
提供它是为了使应用程序代码能够区分由空参数引发的异常和由非空参数引发的异常。